home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 051-075 / 069 / console / makefile < prev    next >
Makefile  |  1995-03-13  |  194b  |  8 lines

  1. LIBS = lib:lc.lib lib:amiga.lib
  2. LINK = LC:Blink
  3. LINKFLAGS = sc sd nd
  4. OBJ = lib:c.o constest.o console.o lib:_main.o
  5.  
  6. constest: constest.o console.o
  7.   $(LINK) $(OBJ) library $(LIBS) $(LINKFLAGS)
  8.